home *** CD-ROM | disk | FTP | other *** search
/ Fritz: All Fritz / All Fritz.zip / All Fritz / FILES / WORDMISC / WRITTOOL.LZH / NL.DOC < prev    next >
Text File  |  1986-12-18  |  470b  |  19 lines

  1. -------------------------------------------------------------------------------
  2.  NL
  3. -------------------------------------------------------------------------------
  4. Summary:
  5.  
  6.      nl [< filename] 
  7.  
  8. NL is a text filter that places line numbers before each line in the text.
  9.  
  10. Examples:
  11.  
  12. Add line numbers to the directory produced by the DIR command.
  13.  
  14.      dir | nl
  15.  
  16. Display lines 230-239 of a very large source program.
  17.  
  18.      nl <bigfile.asm | grep 23.\:
  19.